Multiple I2C Devices not working

Sorry for not explaining completely.

I am using the SSD1306 (https://www.amazon.ca/Yellow-Moudle-Display-Arduino-Raspberry/dp/B01N78FUH7/ref=sr_1_2?ie=UTF8&qid=1508949420&sr=8-2&keywords=oled+arduino) with the u8g2 library and the MPU6050 (Fermion: MPU-6050 6 DOF Sensor (Breakout) - DFRobot) with the I2C devlib library.
Both modules work seperatly with their respective libraries.

I only changed one thing in the I2CDevlib library which was the sampling frequency at which the FIFO buffer is filled with acceleromter data.

I am currently using an Arduino UNO (atmega328p)
-> additional hardware: Bluetooth, PPG sensor, battery charger .etc (no other i2c devices)

My modules are both connected to the same SDA, SCL, GND, VCC and the MPU6050 has an additional interrupt pin. Both devices have different addresses.