You can't increase the objects from another layout however it is possible to return to the layout and they have the same variables as when you left if you give the objects 'Persist' behaviour.
If you want them to grow while you're in another layout you would need to use global variables or an array, or another option is to make them global objects but they are invisible but that is a strange option to go for.