Like this?
Yes, although I would make two separate SPI transactions for the two devices. That's just to make the code better understandable, it shouldn't change the functionality.
You should call the SPI.begin() after the initialization of the SS pins, I don't think this make a difference but it's the way it should be.