Running two tasks inside loop

Hi

Just curious, how can I run two tasks(submitted as a batch job) inside a loop; each task is making use of index loop variables.

for var in 72 144 216 288 360^last   or better if I can create these numbers
                                        with increment of 72
 run_taskA
 run_taskB
endfor