When using vanilla QuESTLink in Mathematica the parallel Mathematica capabilities do not work, as there is only one quest instance in the background.
This can be solved by initialising with the idea from this stackexchange answer:
Parallelize;
Parallel`Developer`$InitCode =
Hold[
Import[".../QuESTlink.m"];CreateLocalQuESTEnv["../quest_link"];
]