Transformers instances currently run sequentially, one after another. However, they have been designed to run in parallel, as they don't touch the same files. The queue of a single instance could even be split into multiple queues to be run in parallel.