Using two UARTs for three peripherals.

I am using nRF52840 which has 2 uarts available. I want to use Modem on UART1. I want to use UART0 for debugging and Bar code scanner at the same time. How can I do that?
is it okay to use both things at the same time on single UART (UART0)?

Related