TWI / I2C interface on the mega arduino 2560.

Hello, I'm new to arduino and also in the forum. I wonder if it is possible to connect more than one device on the TWI / I2C interface on the Mega arduino 2560.

Yes, that's the whole idea of I2C. It's a bus with addresses. As long as each device has a different address you're all good.