Two MPU6050 work

I am using Arduino Uno to connect two MPU6050,I know each time only work one sensor.

I use MPU6050 to detect the vibration,I put on two different places,but I want to know two data at the

same time.

And I use the Matlab to read the data from Arduino

Is there any way to work two mpu6050 simultaneously? Or use two Arduino?

Thanks.

Is there any way to work two mpu6050 simultaneously?

Define "simultaneously"! How exact does that have to be?

One Arduino cannot access two sensors simultaneously it always have to do that serially. Even if you use two of them you will have some time shift. So define what time shift is acceptable for you (and be realistic).