Not in hardware.
There is still SoftwareSerial available. Depending on the device, this may be sufficient.
Didn't know that it is possible through software, but here is what the Library also says:
Not all pins on the Mega and Mega 2560 support change interrupts, so only the following can be used for RX: 10, 11, 12, 13, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69
Not all pins on the Leonardo support change interrupts, so only the following can be used for RX: 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI).
It talks about the Mega and the Leonardo but not about Arduino UNO for example. So is it actually not compatible with all models?