Does the physics substep callbacks run on game thread?

I was under the impression that physics substep callbacks run on a separate thread.

However, in both 4.18 and 4.19 it appears they run on the main game thread.

Is there something special you need to do to enable it to run on separate thread?