Hi Pseka,
Yes, it is possible. You need to pass the post ID to the helper function to output the field value associated with that post. For example:
$value = rwmb_meta( 'field_id', '', 12345 );
echo $value;
Read more on the documentation https://docs.metabox.io/displaying-fields/#using-code
If you use the Oxygen Builder, please contact their support to ask for implementing the code.