Querying multiple addresses using WebSocket

Is it possible to have a single WebSocket open with subscription to multiple addresses?
Currently something like tm.event='Tx' AND transfer.recipient='${receiverAddress}' can subscribe to a single address, but what if I have more than one?