How to use 2 I2C and UART simultaneously in ESP32?

Scanning...
I2C device found at address 0x57
I2C device found at address 0x68
done

Now, in the program, if I'm not wrong, I should do this - to get data from accelerometer instead of using Wire1.read() I should use Wire.read() ? , right?