I want to register 2 metabox, However this approach is not working. I need to separate it within the function
add_filter('rwmb_meta_boxes', 'cs_metabox1');
function cs_metabox1(){
}
add_filter('rwmb_meta_boxes', 'cs_metabox2');
function cs_metabox2(){
}