Extract textures from Cubemap projection

Is it possible to extract/select 2D texture from a Cubemap 3d texture (Projection TOP)?

My idea is to unpack the sides of Cubemap with Projection TOP, work on the textures individually, and then pack them back with Projection TOP again.

Thanks in advance.