How to use 2 I2C and UART simultaneously in ESP32?

So, can I connect both accelerometer and pulse oxi sensor to default I2C pins i.e. 21, 22 and to get data from accelerometer instead of using Wire1.read() can I use Wire.read() ? And problem is solved?

Right now both these sensors are connected to different pins.