Hi,
On the archive template of your theme, you can add the helper function to show other field values. For example:
$value = rwmb_meta( 'field_id', '', $post_id );
echo $value;
Please read more on the documentation https://docs.metabox.io/rwmb-meta/
https://docs.metabox.io/displaying-fields/