They don’t interfere; the GPS-RTK2 even has five communications ports which are all active simultaneously: USB-C (which enumerates as a COM port), UART1 (with 3.3V TTL), UART2 for RTCM reception (with 3.3V TTL), I2C (via the two Qwiic connnectors or broken out pins), and SPI.
That example shows how to use the pushRawData function. It is paired with Example3; Example3 generates the RTCM data and transmits it using the Arduino Serial1 port, Example5 receives the data via Arduino Serial1 and pushes it to the ZED-F9P over I2C.
Again thank you very much! Using I2C for both works very reliable. I have one more issue, but I will create a new post, it’s not realized to this topic.