Yes, you can by using multiple Viewports and using a culling mask to hide/show specific objects from the Camera2D. However, this is only useful for a few objects at once, because there are performance considerations if you have too many viewports. I haven't actually tested it, but I would guess only a few at a time would be viable (maybe up to 6 or 12, I don't know).