Segmentation on a Saga

Our application is running on multiple instances.
We noticed that our Sagas only run on one specific instance.
Is it possible to apply segmentation on a Saga just like TEP and PSEP instances can run parallel from each other?

Of course, a precondition is that the processing order of events maintains respected.
The reason of this questions is that we want increase the execution on our Sagas.