Had the same question. Turns out it works if you set redis for both applications as broadcasting and queue.
Then you can also use broadcast(new SomeEvent)->toOthers() to only send it to the other server :)