Are concurrent multiple text/image paths possible?

For example, I would like to do a class project that has "planets" orbiting at different speeds around the "Sun". Is it possible to have more than one path run concurrently?

I attempted to do this but each path was run in serial fashion; one after the other completed.

Thanks, JZ