all radio buttons on a form or in the same frame are a single group, whether they are a control array or single controls

add a frame from the controls toolbox and make sure that the second set of radio buttons are in then moved into the new frame
or you can move controls into other containers (form, frames or pictureboxes), by code
set radio1.parent = frame2