I2C and SPI simultaneously?

In this case define what your actual problem is. If you connect the I2C boards to the I2C pins on the Arduino, use the Wire library to talk to them, connect the SPI board to the SPI pins and use the SPI library to talk to it, there should be absolutely no problem. If you have one, please describe it.