You can create your own UpdateInWorldAttribute with your own WorldType enum, then wherever you add your systems check the attribute to inject them into the correct world.
Thats it. You now need to tick these worlds manually (what iam doing), or you need add them to the current game loop, but i dont know how its done in the new api