Hello Yagnesh,
be aware that EIGRP metric is cumulative on delay but it is inverse proportionale to the smallest BW on the path
the components are:
256 * (sum of delays in 10s of microseconds)
where 10 msec are 10000 microsec and so 1000 tens of microseconds
+
bw component is the inverse of the smallest BW in the path in kbps example if BW is 2048 kbps
256 * 10^7 / 2048 = 1250000
so you understand that if it is quite difficult to achieve what are you looking for
May I ask you why you would like to increase bandwidth ?
be aware that there is also the interface command
ip bandwidth-percent eigrp as-number percent
that can be used to increase the rate of EIGRP updates
Hope to help
Giuseppe