the copy command must be in seperate .bat files which yoiu can run simultaniously.
in those batch files at the end (so after the actual copy) you generate a copytoken like this:

echo token1 > copytoken1.txt
(in the main script you need to delete these copytoken files before starting the copy command batch files !!)