For instance AT!MAPUART=1,1 should make UART1 an AT command interface. AT!MAPUART=1,2 would make UART2 an AT command interface (be careful with the weird parameters order).
And the WP85 only has a master I2C port, so you’d have to use a GPIO to send a request from your device to the WP85, then have the WP85 poll your device over I2C.
And the WP85 only has a master I2C port, so you’d have to use a GPIO to send a request from your device to the WP85, then have the WP85 poll your device over I2C.